@charset "utf-8";
/*---------------------------------------------------------
mobile_new styles
---------------------------------------------------------*/

#mobile_new {
    display: none;
}

@media (max-width: 480px) {

    #window,
    #container,
    #header .header_body .header_message .mobile_home {
        display: none;
    }

    #mobile_new {
        display: block;
        padding: 68px 0 70px;
    }

    .mobile_new1,
    .mobile_new2,
    .mobile_new3,
    .mobile_new4 {
        float: none;
    }

    /* 头部 */
    #header .header_body .header_message #login {
        display: block !important;
        margin: 0;
        font-size: 0;
    }

    #header .header_body .header_message #login a {
        width: 40px;
        height: 40px;
        display: inline-block;
        background: url(xy_mobile_login.png) center no-repeat;
        background-size: 26px;
    }

    #header .header_body .header_message #userName {
        width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* 通用部分 */
    .new_list_content li {
        line-height: 36px;
        border-bottom: #eeeeee solid 1px;
    }

    .new_list_content li a {
        font-size: 16px;
    }

    .new_list_content li .time {
        font-size: 15px;
        color: #999999;
    }

    .news_more {
        width: 98%;
        background: #f9f9f9;
        border: #dddddd solid 1px;
        display: block;
        border-radius: 4px;
        margin: 14px auto;
    }

    .news_more a {
        width: 100%;
        height: 100%;
        display: inline-block;
        line-height: 42px;
        text-align: center;
        color: #999;
    }

    /* 移动端-模块一 */
    .mobile_new1 .swiper-container,
    .mobile_new1 .swiper-slide,
    .mobile_new1 img {
        width: 100% !important;
        height: 200px;
    }

    .mobile_new1 .swiper-container {
        border-radius: 6px;
        background: #ffffff99;
        overflow: hidden;
    }

    .mobile_new1 .swiper-slide .mask {
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #00000066;
        color: #fff;
        position: absolute;
        bottom: 0;
        font-size: 14px;
        text-align: left;
    }

    .mobile_new1 .swiper-slide .mask .txt {
        width: 66%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        left: 10px;
        font-size: 14px;
    }

    .mobile_new1 .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background: #fff;
        border-radius: 50% !important;
        opacity: 1;
    }

    .mobile_new1 .swiper-pagination-bullet-active {
        padding: 0 10px;
        background: #20528f !important;
        border-radius: 5px !important;
    }

    .mobile_new1 .swiper-container-horizontal>.swiper-pagination-bullets,
    .mobile_new1 .swiper-pagination-custom,
    .mobile_new1 .swiper-pagination-fraction {
        bottom: 7px;
        margin-left: 35%;
        position: absolute;
    }

    /* 移动端-模块二 */
    .mobile_new2 .new_list_title {
        border-bottom: 1px solid #eee;
    }

    .mobile_new2 .new_list_title li {
        flex: 1 1 0;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
    }

    .mobile_new2 .new_list_title .current {
        font-weight: bold;
        color: #20528f;
        border-bottom: #20528f solid 1px;
    }

    /* 移动端-模块三 */
    .mobile_new3 .new_title {
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        color: #20528f;
        border-bottom: 1px solid #eee;
    }

    .mobile_new3 .new_title span {
        border-left: 3px solid #20528f;
        padding-left: 15px;
    }

    /* 移动端-模块四 */
    #xchf .swiper-container,
    #xchf .swiper-container img {
        height: 40px !important;
    }
}